Linux Shell 进度提示符

#!/bin/ksh
while true
do
        echo -e ".\c"
        sleep 1
done